CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二叉树 递归遍历

搜索资源列表

  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15743
    • 提供者:李扬
  1. 二叉树的各种遍历操作(非)递归

    0下载:
  2. 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2500
    • 提供者:阿水
  1. 二叉树的所有程序

    0下载:
  2. 二叉树的结点数,叶子数,深度,遍历,非递归的遍历等等!!!
  3. 所属分类:数值算法/人工智能

  1. 二叉树的前序中序后序遍历MFC

    1下载:
  2. 我这个主要实现的是创建二叉树,并实现前序中序后序的递归遍历。
  3. 所属分类:源码下载

    • 发布日期:2011-04-26
    • 文件大小:1885898
    • 提供者:luyanyan0904201
  1. 二叉树的各种遍历方法—TreeVisit

    1下载:
  2. 包含二叉树先序、中序、后序的递归及非递归遍历,还有层次遍历、层次遍历从下到上、从左到右或者从右到左的遍历算法,并附加了测试代码
  3. 所属分类:Windows编程

    • 发布日期:2011-05-06
    • 文件大小:1227565
    • 提供者:little_ma
  1. BinaryTree Visit,all methods

    0下载:
  2. 二叉树的所有遍历算法,包括前序、中序、后序的递归与非递归算法,还有层次遍历从上至下、从下至上、从左到右、从右到左遍历方法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-16
    • 文件大小:2143
    • 提供者:little_ma
  1. 二叉树基本功能实现

    0下载:
  2. 实现了二叉树的建立,递归遍历,层次遍历,非递归遍历等。
  3. 所属分类:源码下载

    • 发布日期:2011-12-03
    • 文件大小:1974546
    • 提供者:weiqiang_huang
  1. include.rar

    1下载:
  2. 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 ,tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-26
    • 文件大小:8836
    • 提供者:李惠
  1. 二叉树的基本操作

    2下载:
  2. 二叉树的基本操作(1)在二叉链表上设计和实现下列二叉树运算的算法 ① 设计递归算法,实现:删除二叉树,求二叉树的高度,求二叉树中叶子结点数,复制二叉树,交换二叉树的左右子树。 ② 设计算法,按自上到下,自左向右的次序,即按层次遍历一棵二叉树。 ③ 设计main函数,测试上述每个运算。 -Binary Tree s basic operations (1) in the binary list on the design and realization of the fol
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-24
    • 文件大小:1765
    • 提供者:
  1. 遍历二叉树的3个递归算法

    1下载:
  2. 此程序给出了遍历二叉树的三个递归算法,并且利用了先序扩展序列建立二叉树,对于数据结构学习者有很大帮助-this procedure is a traversal of a binary tree three recursive algorithm, and use the first sequence extended sequence to establish a binary tree, the data structure for a great help learners
  3. 所属分类:界面编程

    • 发布日期:2012-12-24
    • 文件大小:16571
    • 提供者:赵麟
  1. shuju6

    0下载:
  2. 熟悉二叉树的各种存储结构的特点及适用范围;掌握建立二叉树的存储结构的方法;熟练掌握二叉树的前序、中序、后序遍历的递归及非递归算法;灵活运用递归的遍历算法实现二叉树的其它各种运算-Familiar with the binary tree structure of a variety of storage features and the scope of application acquire storage to establish the structure of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5425
    • 提供者:bartok
  1. BTree 二叉树的遍历与应用

    2下载:
  2. 二叉树的建立,前序中序后序遍历,线索化,递归非递归遍历,查找前驱或后继结点,输出,菜单实现。-The establishment of a binary tree, inorder preorder postorder traversal, threaded, non-recursive traversal recursion, find precursor or successor nodes, output, menu implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-17
    • 文件大小:168493
    • 提供者:zhangjing
  1. 用先序递归过程建立二叉树

    2下载:
  2. 用先序递归过程建立二叉树 (存储结构:二叉链表) 输入数据按先序遍历所得序列输入,当某结点左子树或右子树为空时,输入‘*’号,如输入abc**d**e**得到的二叉树为: (选做:由二叉树的先序序列和中序序列建立一棵二叉树。) 2)编写递归算法,计算二叉树中叶子结点的数目。 3)按凹入表方式输出该二叉树。
  3. 所属分类:数据结构常用算法

  1. 树与二叉树

    0下载:
  2. 实验内容1按照先序序列构造一棵以二叉链表表示的二叉树T,然后进行非递归中序遍历,递归后续遍历和层序遍历。
  3. 所属分类:文档资料

    • 发布日期:2015-04-30
    • 文件大小:37376
    • 提供者:weizen
  1. 二叉树非递归创建

    0下载:
  2. 用c++编程,二叉树非递归的创建,创建 求深度 查找 求叶子结点数 遍历输出 层次遍历 层次创建(Non-recursive creation of binary tree)
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:小轩xx
  1. 遍历二叉树

    0下载:
  2. 简单的二叉树通过递归算法遍历,先序遍历中序遍历和后序遍历。通过遍历对二叉树的结构有更深入的学习(Simple two tree traversal through recursive algorithm, first order traversal traversal and preorder traversal. Through traversal, the structure of the two fork tree has a more in-depth study)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:16059392
    • 提供者:沧海森林
  1. 二叉树

    0下载:
  2. 二叉树的前、中、后、层次遍历的递归算法。其中包括构造二叉树链式存储的算法。(A recursive algorithm of traversing the front, middle, post and level of two forked trees. It includes the algorithm to construct two forked tree chain storage.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:VINCERXC
  1. 1160300803_樊静_实验二

    0下载:
  2. 森林和树的基本操作 ,森林的存储,森林转化成二叉树,二叉树的先序中序后序非递归遍历,以及区间编码(The basic operations of forests and trees, the storage of forests, the conversion of forests into two forked trees, the preorder and the post order of the two forked trees, and the interval encoding,
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:233472
    • 提供者:hit樊静
  1. 二叉树的遍历

    0下载:
  2. 主要实现:创建二叉树、用先中后序遍历二叉树(中序,先序和后序遍历用非递归实现),并输出树高。(The main achievement is to create two branches tree, and use the first and middle traversal to traverse the two fork tree.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:晴栀菀歌°
  1. 二叉树_17281183_刘梦婷

    2下载:
  2. 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the first order, the recursive algorit
  3. 所属分类:数据结构

    • 发布日期:2020-05-07
    • 文件大小:2170880
    • 提供者:lmt19990807
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com